home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 008a / emslb221.zip / WHATSNEW.221 < prev   
Text File  |  1991-10-11  |  2KB  |  45 lines

  1.                           WHAT'S NEW IN EMSLIB
  2.  
  3. version 2.21:
  4.  
  5.     + _EMMicopyfrom() and _EMMicopyto() functions added, allowing different
  6.       skips between elements in source and destination. EMMicopyfrom() and
  7.       EMMicopyto() changed to macros which call the _EMMicopy* functions.
  8.  
  9.     + Huge model support added!
  10.  
  11.  
  12. version 2.2:
  13.  
  14.     + Support for tiny model tested and confirmed.
  15.  
  16.     + Support for Microsoft C tested and confirmed.
  17.  
  18.     + EMSLIB distributed as libraries instead of objects (source got too big
  19.       to keep in one file, and libraries are the most convenient way
  20.       to deal with multiple objects).
  21.  
  22.     + Support for EMS mapping save and restore calls. Suggestions for using
  23.       save/restore added to the documentation.
  24.  
  25.     + Frame caching for copying functions can be enabled and disabled.
  26.       Details of frame caching and suggestions on how to use it added
  27.       to the documentation. _EMMframecache global variable allows
  28.       determination of cache status (enabled/disabled).
  29.  
  30.     + Interval copy functions added to speed certain types of array copies.
  31.  
  32.     + Initialization protection added. Functions will return an error
  33.       instead of possibly crashing if the library has not been
  34.       initialized.
  35.  
  36.     + Greatly expanded example program source included, and example
  37.       makefiles for compiling it with Borland/Turbo C[++] and
  38.       Microsoft C.
  39.  
  40.     + Documentation rewritten. More detail, better instructions, more
  41.       organization.
  42.  
  43.     + EMMgetname() now is guaranteed to null-terminate the returned string.
  44.  
  45.